Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alnum
ctype_alnum
Check alphanumeric characters
Name:
ctype_alnum
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphanumeric characters
Related
xml_set_end_namespace_decl_handler Advanced tips for using with xml_set_error_handler
6
IIS7 and PHP 5.3 Installation and Configuration Guide: Quickly Build a Stable and Efficient Website
7
How to Use the fwrite Function in PHP to Append Content to Files: Methods and Code Examples
10
How to Fix PHP Error: Calling Undefined Namespace or Class Method
3
Similar Functions
ctype_space
ctype_space
Checkspacecharacters
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_graph
ctype_graph
Checkforanyprintable
ctype_digit
ctype_digit
Checknumericcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_punct
ctype_punct
Checkforprintablecha
Popular Articles